Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(modules): support nixos & home-manager's stable branches #182

Merged
merged 4 commits into from
May 21, 2024

Conversation

getchoo
Copy link
Member

@getchoo getchoo commented May 21, 2024

fixes #155
fixes #154

thanks to @vdbe for introducing me to mkSinkUndeclaredOptions and being the inspiration for mkVersionedOpts here

@getchoo getchoo added this to the 1.0.0 milestone May 21, 2024
@getchoo getchoo merged commit aef5672 into catppuccin:main May 21, 2024
3 checks passed
@getchoo getchoo deleted the stable-support branch May 21, 2024 04:34
# string
# returns the current release version of nixos or home-manager. throws an evaluation error if neither are
# found
getModuleRelease = config.home.version.release or config.system.nixos.release or (throw "Couldn't determine release version!");

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants